Skip to content

Automate EXE building for Windows#14

Closed
jay0lee wants to merge 2 commits intogoogle:masterfrom
jay0lee:master
Closed

Automate EXE building for Windows#14
jay0lee wants to merge 2 commits intogoogle:masterfrom
jay0lee:master

Conversation

@jay0lee
Copy link
Copy Markdown

@jay0lee jay0lee commented May 2, 2016

This patch automates building 32 and 64 .EXE files for Windows admins saving them from the need to install Python, dependencies, etc. Should satisfy issue #13

jay0lee added 2 commits May 2, 2016 14:08
-apiclient is now googleapiclient
-OpenSSL is no longer needed, oauth2client2 2.0+ now supports
Python-native SSL via rsa and pyasn modules.
Comment thread build.bat
del /q /f import-mailbox-to-gmail-%1-windows.zip
del /q /f import-mailbox-to-gmail-%1-windows-x64.zip

c:\python27-32\scripts\pyinstaller -F --distpath=import-mailbox-to-gmail import-mailbox-to-gmail.spec
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you make the paths (e.g. c:\python27-32 and 7zip's path) in central variables?

@eesheesh
Copy link
Copy Markdown
Collaborator

eesheesh commented Jun 8, 2016

Thanks Jay! Added a few comments.

@eesheesh
Copy link
Copy Markdown
Collaborator

I addressed this in #65.

@eesheesh eesheesh closed this Feb 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants